Mozzine LVS

Last updated: Sep 05th, 2020

About

Thank you for purchasing my software. If you have any questions that are beyond the scope of this help file, please feel free to email via my codecanyon user page contact form here. Thank you so much!

Mozzine LVS is a complete License Verification System for developers to issue and verify the license for their scripts and softwares.. This software is so easy to install and customize to make it your own.

View Online Demo

Requirements

Following are minimum requirements to run the LVS smoothly:

  • Server: Apache Server
  • PHP Version : 7.2 or higher
  • MySql : 5.x or later
  • MySqli Extension : Yes
  • CURL PHP Extension : Yes
  • MBString PHP Extension : Yes
  • Zip Extension : Yes
  • PHP mod_rewrite : Enabled

Installation

Installing the software is very easy. Follow the steps below to install this software on your server or local machine(if you do not currently have a server).

Step One

1. Extract files from downloaded zip file.
2. Move all the files inside of the ‘app’ folder to the root of your website.
3. Navigate to ‘yourwebsite.com/install’ and you will be presented with an install screen.
4. Here you will see the minimum requirements needed to run the software on server. Before starting installation process, make sure the server fullfil all the requirements. Click on Start Installation Process when you are ready.
Hint:- You can create php.ini file in app root directory to activate required modules only for this application.

Step Two

5. In this step you need to enter database credentials.
6. Create a database on your server software(cPanel, Plesk etc) and give it any name you would like to use.
7. Create a new database user for created database and give it all database permissions/priviliages.
8. Enter Database name & Db Admin username and password in the given fields.
9. Click on Create Database Connection button and wait. Here application will connect to database and create the database schema. It may take some timme.

Step Three

10. Database schema has been created successfully.
11. It is time to create Administrator Account.
12. Enter Administrator full name, emaill address & login password etc.
13. Note:- Please save username/email and password securely of admin account.

Step Four

14. Admin account created successfully.
15. Update here the general information of your institiue e.g. name, contact number & address.
16. Click on Finish Installation Process to finish installation process and login into system.

17. Create a cronjob on your server to run every day.(only if you want to auto disable expired licenses).

php -q INSTALLATION_DIRECTORY_PATH/assets/crons/cron.php >/dev/null 2>&1

18. You may now login into admin account.
Enjoy!!!

Step Five

Account Links

These are the links of different users to login into the system.
Admin Login: yoursite.com/auth/login

Updates / Upgrades

You can update the system to latest version with single click. Note: Please make sure to create a database backup before system upgrade.

One Click Update

1. Download the latest version of software and extract to a folder. Compress the content of app folder as app.zip
2. Go to yoursite.com/upgrade as an admin.
3. Select the extracted app.zip to upload and proceed next.
4. Follow the instructions on the screen to migrate to the latest version automatically.

Manual Update

1. Download the latest version in to your PC.
2. Extract app.zip & replace the following folders and files on your server.
angular
assets
application/controllers
application/core
application/helpers
application/hooks
application/libraries
application/migrations
application/models
application/views
application/config/app.php
application/config/migration.php

3. Visit the following URL from your admin account to complete the update process.
yourdomain.com/upgrade/domanual